home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
426_01
/
gio.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-25
|
261 b
|
20 lines
#define GIO_STDIN 0
#define GIO_STDOUT 1
#define GIO_STDERR 2
#define GIO_FILE 3
#define GIO_MSGQ 4
typedef struct {
int iotype;
int stdio;
FILE *fp;
} GIO;
GIO * greopen( );
GIO * gopen( );
int gclose( );
int gputs( );
int gread( );